home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / code / World_Wind_1.3.1.1_Full.exe / Config / Earth / Statistics.xml < prev   
Encoding:
Extensible Markup Language  |  2005-03-24  |  794 b   |  25 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <LayerSet Name="Statistics" ShowOnlyOneLayer="false" ShowAtStartup="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\WorldWind\bin\Debug\Configuration\EarthLayers\LayerSet.xsd">
  3. <ImageLayer ShowAtStartup="true">
  4.         <Name>Population Density</Name>
  5.         <DistanceAboveSurface>20000</DistanceAboveSurface>
  6.         <BoundingBox>
  7.             <North>
  8.                 <Value>90.0</Value>
  9.             </North>
  10.             <South>
  11.                 <Value>-90.0</Value>
  12.             </South>
  13.             <West>
  14.                 <Value>-180.0</Value>
  15.             </West>
  16.             <East>
  17.                 <Value>180.0</Value>
  18.             </East>
  19.         </BoundingBox>
  20.         <TexturePath>Add-ons\Earth\Statistics\worlddensity_100.jpg</TexturePath>
  21.         <Opacity>160</Opacity>
  22.         <TerrainMapped>false</TerrainMapped>
  23. </ImageLayer>
  24. </LayerSet>
  25.